Action hook 'customize_render_control_{$this->id}'
in WP Core File wp-includes/class-wp-customize-control.php at line 415
Description
Fires just before a specific Customizer control is rendered. The dynamic portion of the hook name, `$this->id`, refers to the control ID.
Occurrences
Filename |
Line Number |
wp-includes/class-wp-customize-control.php |
415 |
Parameters
Type |
Name |
Description |
WP_Customize_Control |
$control |
WP_Customize_Control instance. |
PHP Doc
/**
* Fires just before a specific Customizer control is rendered.
*
* The dynamic portion of the hook name, `$this->id`, refers to
* the control ID.
*
* @since 3.4.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*/